home *** CD-ROM | disk | FTP | other *** search
- $$Message RMaker file, resources:RM_$Prototype.name$.R
- $$File resources:RM_$Prototype.name$.R
- *******************************************************************
- * RM_$Prototype.name$.R RMaker file
- *
- * File name: RM_$Prototype.name$.R
- * Function: Used to join two resource files together
- * History: $Date$ Original by $Author$
- *
- *******************************************************************
- *
-
- * Name and type for the output file:
- $Prototype.name$.π.RSRC
- rsrcRSED
-
- * Include Marksman™ Resource data file
- INCLUDE mm$Prototype.name$.RSRC
-
- * Include the user Resource data file
- INCLUDE $Prototype.name$.RSRC
-
- *
- *
- $$CloseFile
- $$Message Rez file, resources:Rez_$Prototype.name$.r
- $$File resources:Rez_$Prototype.name$.r
- /* Rez_$Prototype.name$.r Rez file
-
- File name: Rez_$Prototype.name$.r
- Function: Used to join two resource files together
- History: $Date$ Original by $Author$
-
- */
-
- #include "Types.r"
-
-
- /* Include Marksman™ Resource data file */
- include "mm$Prototype.name$.RSRC";
-
- /* Include the user Resource data file */
- include "$Prototype.name$.RSRC";
-
-
- $$CloseFile
-
-
-